Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Catch::StringMaker< unsigned char[SZ]> Struct Template Reference

#include <catch.hpp>

Static Public Member Functions

static std::string convert (unsigned char const *str)
 

Detailed Description

template<int SZ>
struct Catch::StringMaker< unsigned char[SZ]>

Definition at line 1034 of file catch.hpp.

Member Function Documentation

template<int SZ>
static std::string Catch::StringMaker< unsigned char[SZ]>::convert ( unsigned char const *  str)
inlinestatic

Definition at line 1035 of file catch.hpp.

References Catch::Detail::stringify().

1035  {
1036  return ::Catch::Detail::stringify(std::string{ reinterpret_cast<char const *>(str) });
1037  }
std::string stringify(const T &e)
Definition: catch.hpp:955

The documentation for this struct was generated from the following file: